Another documentation fix that I forgot to commit yesterday. (#459340,
authorCody Russell <bratsche@gnome.org>
Wed, 15 Aug 2007 14:49:56 +0000 (14:49 +0000)
committerCody Russell <bratsche@src.gnome.org>
Wed, 15 Aug 2007 14:49:56 +0000 (14:49 +0000)
2007-08-15  Cody Russell  <bratsche@gnome.org>

        * gtk/gtkcontainer.c: Another documentation fix that I forgot to
        commit yesterday.  (#459340, Guillaume Cottenceau)

svn path=/trunk/; revision=18619

ChangeLog
gtk/gtkcontainer.c

index 6f1aa21845bbe268f58d011488d0b53a0ee43f08..4808eb29c3fea2967b190a1f01639c56eef1c3fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-15  Cody Russell  <bratsche@gnome.org>
+
+       * gtk/gtkcontainer.c: Another documentation fix that I forgot to
+       commit yesterday.  (#459340, Guillaume Cottenceau)
+
 2007-08-14  Cody Russell  <bratsche@gnome.org>
 
        * gtk/gtkwidget.c
index 8f1835dd4163da89e26d7d7ece26be4e50702335..f58693e48a8ea078c4450d7d035050b8daf17b8a 100644 (file)
@@ -1083,8 +1083,9 @@ gtk_container_get_property (GObject         *object,
  * #GtkWindow; because toplevel windows can't leave space outside,
  * they leave the space inside. The border is added on all sides of
  * the container. To add space to only one side, one approach is to
- * create a #GtkAlignment widget, call gtk_widget_set_usize() to give
- * it a size, and place it on the side of the container as a spacer.
+ * create a #GtkAlignment widget, call gtk_widget_set_size_request()
+ * to give it a size, and place it on the side of the container as
+ * a spacer.
  **/
 void
 gtk_container_set_border_width (GtkContainer *container,